func runtime.fastexprand

2 uses

	runtime (current package)
		malloc.go#L1828: 	return int64(fastexprand(MemProfileRate))
		malloc.go#L1833: func fastexprand(mean int) int32 {